XWork 1.0.2
Key Changes
- Added an xwork-default.xml configuration file that can be used as a standard starting place for non-web related XWork deploys (such as in Quartz)
- Localized text for collections can now be referenced in the form someArray[XW:*].someField, where * provides a "catch-all" for any index element
- Text retrieved using the default TextProvider now looks attempts to look for messages in the property files of child objects (if applicable) if none can be found.
- Field-level validation can be short-circuited, meaning that you can stop the validation chain right away if you wish. See XW:Validation Framework for details.
- Simple type conversion, such as int and float, now use the Locale. This will cause the correct use of "," and "." depending on the locale.
- Much improved handling for type conversion of elements in collections.
Changelog
|